Increase number of cpus limits.
/* Mask all upcalls... */
for ( i = 0; i < MAX_VIRT_CPUS; i++ )
shared_info->vcpu_data[i].evtchn_upcall_mask = 1;
- shared_info->n_vcpu = 2;
+ shared_info->n_vcpu = 8;
munmap(shared_info, PAGE_SIZE);
/* Send the page update requests down to the hypervisor. */
/* Event channel endpoints per domain. */
#define NR_EVENT_CHANNELS 1024
-/* No support for multi-processor guests. */
-#define MAX_VIRT_CPUS 4
+/* Support for multi-processor guests. */
+#define MAX_VIRT_CPUS 32
/*
* Per-VCPU information goes here. This will be cleaned up more when Xen